home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / lib / ww2s-eur-42.g < prev   
Text File  |  1995-05-04  |  409b  |  20 lines

  1. (game-module "ww2s-eur-42"
  2.   (title "WWII (Std), Europe Jan 42")
  3.   (blurb "The situation in Europe, January 1942 (using standard types)")
  4.   (base-module "ww2-stdunit")
  5.   (variants (see-all true))
  6.   )
  7.  
  8. (add u* start-with 0)
  9. (add u* independent-near-start 0)
  10.  
  11. (set synthesis-methods nil)
  12.  
  13. (include "eur-100km")
  14.  
  15. (include "u-eur-1942")
  16.  
  17. (set initial-date "Jan 1942")
  18.  
  19. (scorekeeper (do last-side-wins)) ; for now
  20.